home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 29
/
Volume 29 - JOGO DISK .iso
/
Games
/
little_soldiers.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2006-11-29
|
911b
|
45 lines
gamelocation = "www.squarecircleco.com";
_quality = "LOW";
Stage.scaleMode = "noScale";
Stage.showMenu = false;
if(this._url.indexOf("file://") != 0)
{
localGame = false;
if(this._url.indexOf(gamelocation) == -1)
{
gameValid = false;
}
else
{
gameValid = true;
}
}
else
{
localGame = true;
gameValid = true;
}
gameValid = true;
onEnterFrame = function()
{
if(getBytesTotal() == getBytesLoaded())
{
if(gameValid == false)
{
gotoAndStop("stolen");
onEnterFrame = function()
{
gotoAndStop("stolen");
};
}
else
{
gotoAndStop("load");
play();
onEnterFrame = null;
}
}
lod = "loading - " + Math.floor(100 * getBytesLoaded() / getBytesTotal()) + "%";
lb._xscale = getBytesLoaded() / getBytesTotal() * 480;
};